3.11.32 \(\int \frac {(1-2 x) (3+5 x)^2}{(2+3 x)^5} \, dx\)

Optimal. Leaf size=37 \[ \frac {3 (5 x+3)^3}{4 (3 x+2)^3}+\frac {7 (5 x+3)^3}{12 (3 x+2)^4} \]

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 37, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.100, Rules used = {78, 37} \begin {gather*} \frac {3 (5 x+3)^3}{4 (3 x+2)^3}+\frac {7 (5 x+3)^3}{12 (3 x+2)^4} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((1 - 2*x)*(3 + 5*x)^2)/(2 + 3*x)^5,x]

[Out]

(7*(3 + 5*x)^3)/(12*(2 + 3*x)^4) + (3*(3 + 5*x)^3)/(4*(2 + 3*x)^3)

Rule 37

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^(n +
1))/((b*c - a*d)*(m + 1)), x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] && EqQ[m + n + 2, 0] && NeQ
[m, -1]

Rule 78

Int[((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> -Simp[((b*e - a*f
)*(c + d*x)^(n + 1)*(e + f*x)^(p + 1))/(f*(p + 1)*(c*f - d*e)), x] - Dist[(a*d*f*(n + p + 2) - b*(d*e*(n + 1)
+ c*f*(p + 1)))/(f*(p + 1)*(c*f - d*e)), Int[(c + d*x)^n*(e + f*x)^(p + 1), x], x] /; FreeQ[{a, b, c, d, e, f,
 n}, x] && LtQ[p, -1] && ( !LtQ[n, -1] || IntegerQ[p] ||  !(IntegerQ[n] ||  !(EqQ[e, 0] ||  !(EqQ[c, 0] || LtQ
[p, n]))))

Rubi steps

\begin {align*} \int \frac {(1-2 x) (3+5 x)^2}{(2+3 x)^5} \, dx &=\frac {7 (3+5 x)^3}{12 (2+3 x)^4}+\frac {9}{4} \int \frac {(3+5 x)^2}{(2+3 x)^4} \, dx\\ &=\frac {7 (3+5 x)^3}{12 (2+3 x)^4}+\frac {3 (3+5 x)^3}{4 (2+3 x)^3}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 26, normalized size = 0.70 \begin {gather*} \frac {600 x^3+810 x^2+312 x+25}{36 (3 x+2)^4} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((1 - 2*x)*(3 + 5*x)^2)/(2 + 3*x)^5,x]

[Out]

(25 + 312*x + 810*x^2 + 600*x^3)/(36*(2 + 3*x)^4)

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {(1-2 x) (3+5 x)^2}{(2+3 x)^5} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[((1 - 2*x)*(3 + 5*x)^2)/(2 + 3*x)^5,x]

[Out]

IntegrateAlgebraic[((1 - 2*x)*(3 + 5*x)^2)/(2 + 3*x)^5, x]

________________________________________________________________________________________

fricas [A]  time = 0.80, size = 39, normalized size = 1.05 \begin {gather*} \frac {600 \, x^{3} + 810 \, x^{2} + 312 \, x + 25}{36 \, {\left (81 \, x^{4} + 216 \, x^{3} + 216 \, x^{2} + 96 \, x + 16\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-2*x)*(3+5*x)^2/(2+3*x)^5,x, algorithm="fricas")

[Out]

1/36*(600*x^3 + 810*x^2 + 312*x + 25)/(81*x^4 + 216*x^3 + 216*x^2 + 96*x + 16)

________________________________________________________________________________________

giac [A]  time = 1.25, size = 37, normalized size = 1.00 \begin {gather*} \frac {50}{81 \, {\left (3 \, x + 2\right )}} - \frac {65}{54 \, {\left (3 \, x + 2\right )}^{2}} + \frac {8}{27 \, {\left (3 \, x + 2\right )}^{3}} - \frac {7}{324 \, {\left (3 \, x + 2\right )}^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-2*x)*(3+5*x)^2/(2+3*x)^5,x, algorithm="giac")

[Out]

50/81/(3*x + 2) - 65/54/(3*x + 2)^2 + 8/27/(3*x + 2)^3 - 7/324/(3*x + 2)^4

________________________________________________________________________________________

maple [A]  time = 0.00, size = 38, normalized size = 1.03 \begin {gather*} \frac {8}{27 \left (3 x +2\right )^{3}}-\frac {7}{324 \left (3 x +2\right )^{4}}-\frac {65}{54 \left (3 x +2\right )^{2}}+\frac {50}{81 \left (3 x +2\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((1-2*x)*(5*x+3)^2/(3*x+2)^5,x)

[Out]

8/27/(3*x+2)^3-7/324/(3*x+2)^4-65/54/(3*x+2)^2+50/81/(3*x+2)

________________________________________________________________________________________

maxima [A]  time = 0.46, size = 39, normalized size = 1.05 \begin {gather*} \frac {600 \, x^{3} + 810 \, x^{2} + 312 \, x + 25}{36 \, {\left (81 \, x^{4} + 216 \, x^{3} + 216 \, x^{2} + 96 \, x + 16\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-2*x)*(3+5*x)^2/(2+3*x)^5,x, algorithm="maxima")

[Out]

1/36*(600*x^3 + 810*x^2 + 312*x + 25)/(81*x^4 + 216*x^3 + 216*x^2 + 96*x + 16)

________________________________________________________________________________________

mupad [B]  time = 1.11, size = 37, normalized size = 1.00 \begin {gather*} \frac {50}{81\,\left (3\,x+2\right )}-\frac {65}{54\,{\left (3\,x+2\right )}^2}+\frac {8}{27\,{\left (3\,x+2\right )}^3}-\frac {7}{324\,{\left (3\,x+2\right )}^4} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-((2*x - 1)*(5*x + 3)^2)/(3*x + 2)^5,x)

[Out]

50/(81*(3*x + 2)) - 65/(54*(3*x + 2)^2) + 8/(27*(3*x + 2)^3) - 7/(324*(3*x + 2)^4)

________________________________________________________________________________________

sympy [A]  time = 0.14, size = 37, normalized size = 1.00 \begin {gather*} - \frac {- 600 x^{3} - 810 x^{2} - 312 x - 25}{2916 x^{4} + 7776 x^{3} + 7776 x^{2} + 3456 x + 576} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-2*x)*(3+5*x)**2/(2+3*x)**5,x)

[Out]

-(-600*x**3 - 810*x**2 - 312*x - 25)/(2916*x**4 + 7776*x**3 + 7776*x**2 + 3456*x + 576)

________________________________________________________________________________________